From: Ian Jackson Date: Thu, 8 Jul 2010 16:39:00 +0000 (+0100) Subject: tools/xentrace: increase default xentrace buffer size. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11813^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=a87a580e8a0c329f4374e668ec29defa6bac77d1;p=xen.git tools/xentrace: increase default xentrace buffer size. increase default xentrace buffer size to reduce the number of lost records. Signed-off-by: Tim Deegan --- diff --git a/tools/xentrace/xentrace.c b/tools/xentrace/xentrace.c index 8812bfdf3b..9e07f3f2c4 100644 --- a/tools/xentrace/xentrace.c +++ b/tools/xentrace/xentrace.c @@ -45,7 +45,7 @@ do { \ /* sleep for this long (milliseconds) between checking the trace buffers */ #define POLL_SLEEP_MILLIS 100 -#define DEFAULT_TBUF_SIZE 20 +#define DEFAULT_TBUF_SIZE 32 /***** The code **************************************************************/ typedef struct settings_st {